home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 4 / 69.TXT < prev    next >
Text File  |  1993-08-30  |  5KB  |  140 lines

  1. DOCUMENT:Q102469  17-AUG-1993  [W_NT]
  2. TITLE   :INF: How to Display Network Registry Parameters
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. You can get most of the Lan Manager Server and Workstation parameters
  19. to appear in the registry automatically by using the NET CONFIG
  20. command.
  21.  
  22. MORE INFORMATION
  23. ================
  24.  
  25. By default, the only parameters in the
  26.  
  27.    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
  28.                   Services\LanmanServer\Parameters
  29.  
  30. section of the registry are the following:
  31.  
  32.                          Size  3
  33.                    Lmannounce  0
  34.  
  35.  
  36. However, if you type the following at the command line
  37.  
  38.    C:\>net config server /HIDDEN:NO
  39.    The command completed successfully.
  40.  
  41. you will see the following appear in the registry:
  42.  
  43.    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
  44.         Services\LanmanServer\parameters
  45.  
  46.                          Size  3
  47.                    Lmannounce  0
  48.                       comment  ""
  49.                    srvcomment  ""
  50.                         users  -1
  51.                          disc  15
  52.                autodisconnect  15
  53.                        hidden  1
  54.                      announce  720
  55.                      anndelta  3000
  56.                      userpath  "c:\"
  57.                     sessopens  2048
  58.                       sessvcs  1
  59.                    opensearch  2048
  60.                  maxworkitems  128
  61.                  maxrawbuflen  65535
  62.                     sessusers  2048
  63.                     sessconns  2048
  64.           maxpagedmemoryusage  -1
  65.        maxnonpagedmemoryusage  -1
  66.              enablesoftcompat  1
  67.            enableforcedlogoff  1
  68.                    timesource  0
  69.  
  70. This situation also applies to the Lan Manager Workstation section of
  71. the registry. By default the
  72.  
  73.     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
  74.                    Services\Lanmanworkstation\parameters
  75.  
  76. section of the registry is empty. However, if you type
  77.  
  78.    C:\>net config work /CHARTIME:250
  79.    The command completed successfully.
  80.  
  81. the following will appear:
  82.  
  83.     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
  84.                   Services\Lanmanworkstation\parameters
  85.  
  86.                      CharWait  3600
  87.            MaxCollectionCount  16
  88.                CollectionTime  250
  89.                      KeepConn  600
  90.                       MaxCmds  50
  91.                   SessTimeout  45
  92.                    SizCharBuf  512
  93.                    MaxThreads  17
  94.                     LockQuota  6144
  95.                 LockIncrement  10
  96.                   LockMaximum  500
  97.                 PipeIncrement  10
  98.                   PipeMaximum  500
  99.              CacheFileTimeout  10
  100.              DormantFileLimit  45
  101.           ReadAheadThroughput  -1
  102.               MailslotBuffers  8
  103.         ServerAnnounceBuffers  20
  104.      NumIllegalDatagramEvents  5
  105.      IllegalDatagramResetTime  60
  106.            LogElectionPackets  0
  107.       UseOpportunisticLocking  1
  108.               UseUnlockBehind  1
  109.                UseCloseBehind  1
  110.                 BufNamedPipes  1
  111.             UseLockReadUnlock  1
  112.              UtilizeNtCaching  1
  113.                    UseRawRead  1
  114.                   UseRawWrite  1
  115.               UseWriteRawData  1
  116.                 UseEncryption  1
  117.             BufFilesDenyWrite  1
  118.              BufReadOnlyFiles  1
  119.           ForceCoreCreateMode  1
  120.         Use512ByteMaxTransfer  0
  121.  
  122. Additional reference words: 3.10 tune tuning
  123. KBCategory: 
  124. KBSubCategory: PERTUNE howto
  125.  
  126. =============================================================================
  127.  
  128. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  129. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  130. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  131. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  132. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  133. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  134. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  135. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  136. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  137. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  138. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  139.  
  140. Copyright Microsoft Corporation 1993.